LCD config register.
LCD_WIRE_MODE | The wire width of LCD output. 0: 8bit. 1: 16bit 2: 24bit |
LCD_VFK_CYCLELEN | The setup cycle length minus 1 in LCD non-RGB mode. |
LCD_VBK_CYCLELEN | The vertical back blank region cycle length minus 1 in LCD RGB mode, or the hold time cycle length in LCD non-RGB mode. |
LCD_NEXT_FRAME_EN | 1: Send the next frame data when the current frame is sent out. 0: LCD stops when the current frame is sent out. |
LCD_BK_EN | 1: Enable blank region when LCD sends data out. 0: No blank region. |
LCD_AFIFO_RESET | LCD AFIFO reset signal. |
LCD_CD_DATA_SET | 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_DOUT state. 0: LCD_CD = reg_cd_idle_edge. |
LCD_CD_DUMMY_SET | 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_DUMMY state. 0: LCD_CD = reg_cd_idle_edge. |
LCD_CD_CMD_SET | 1: LCD_CD = !reg_cd_idle_edge when lcd_st[2:0] is in LCD_CMD state. 0: LCD_CD = reg_cd_idle_edge. |
LCD_CD_IDLE_EDGE | The default value of LCD_CD. |